home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gekkan Dennou Club 147
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan).7z
/
Gekkan Dennou Club - 2000.8 Vol. 147 (Japan) (Track 1).bin
/
games
/
greversi
/
grevvs.lzh
/
src
/
Makefile
< prev
next >
Wrap
Makefile
|
2000-02-01
|
418b
|
22 lines
AS = has060.x -u -w -c4 -1
LK = lk -e4
all: greversi.x
greversi.x: main.o think.o graph.o libkt.a
$(LK) -o greversi.x main.o think.o graph.o libkt.a
main.o: main.s doscall.mac iocscall.mac const.equ
$(AS) main.s
think.o: think.s const.equ
$(AS) think.s
graph.o: graph.s doscall.mac iocscall.mac iomap.equ iocswork.equ const.equ
$(AS) graph.s
clean:
-rm main.o
-rm think.o
-rm graph.o